Home | History | Annotate | Download | only in Antlr3.Runtime
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
      3   <PropertyGroup>
      4     <ProjectType>Local</ProjectType>
      5     <ProductVersion>9.0.30729</ProductVersion>
      6     <SchemaVersion>2.0</SchemaVersion>
      7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      9     <ApplicationIcon>
     10     </ApplicationIcon>
     11     <AssemblyKeyContainerName>
     12     </AssemblyKeyContainerName>
     13     <AssemblyName>Antlr3-2.Runtime.DotNet20</AssemblyName>
     14     <AssemblyOriginatorKeyFile>
     15     </AssemblyOriginatorKeyFile>
     16     <DefaultClientScript>JScript</DefaultClientScript>
     17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
     18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
     19     <DelaySign>false</DelaySign>
     20     <OutputType>Library</OutputType>
     21     <RootNamespace>Antlr.Runtime</RootNamespace>
     22     <NoStandardLibraries>false</NoStandardLibraries>
     23     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
     24     <StartupObject>
     25     </StartupObject>
     26     <FileUpgradeFlags>
     27     </FileUpgradeFlags>
     28     <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
     29     <OldToolsVersion>2.0</OldToolsVersion>
     30     <UpgradeBackupLocation>
     31     </UpgradeBackupLocation>
     32   </PropertyGroup>
     33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     34     <OutputPath>bin\Debug\net-2.0\</OutputPath>
     35     <BaseAddress>285212672</BaseAddress>
     36     <ConfigurationOverrideFile>
     37     </ConfigurationOverrideFile>
     38     <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
     39     <DocumentationFile>
     40     </DocumentationFile>
     41     <DebugSymbols>true</DebugSymbols>
     42     <FileAlignment>4096</FileAlignment>
     43     <RegisterForComInterop>false</RegisterForComInterop>
     44     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     45     <WarningLevel>4</WarningLevel>
     46     <DebugType>full</DebugType>
     47     <ErrorReport>prompt</ErrorReport>
     48     <OutputType>Library</OutputType>
     49     <RootNamespace>Antlr.Runtime</RootNamespace>
     50     <Optimize>true</Optimize>
     51     <StartupObject />
     52     <GenerateDocumentation>true</GenerateDocumentation>
     53   </PropertyGroup>
     54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     55     <OutputPath>bin\Release\net-2.0\</OutputPath>
     56     <BaseAddress>285212672</BaseAddress>
     57     <ConfigurationOverrideFile>
     58     </ConfigurationOverrideFile>
     59     <DefineConstants>STRONG_NAME;DOTNET2</DefineConstants>
     60     <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Runtime.DotNet20.xml</DocumentationFile>
     61     <DebugSymbols>true</DebugSymbols>
     62     <FileAlignment>4096</FileAlignment>
     63     <RegisterForComInterop>false</RegisterForComInterop>
     64     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     65     <WarningLevel>4</WarningLevel>
     66     <DebugType>full</DebugType>
     67     <ErrorReport>prompt</ErrorReport>
     68     <OutputType>Library</OutputType>
     69     <RootNamespace>Antlr.Runtime</RootNamespace>
     70     <Optimize>true</Optimize>
     71     <StartupObject />
     72   </PropertyGroup>
     73   <ItemGroup>
     74     <Reference Include="System" />
     75     <Reference Include="System.Data" />
     76     <Reference Include="System.Xml" />
     77   </ItemGroup>
     78   <ItemGroup>
     79     <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" />
     80     <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" />
     81     <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" />
     82     <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" />
     83     <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" />
     84     <Compile Include="Antlr.Runtime.JavaExtensions\IOExtensions.cs" />
     85     <Compile Include="Antlr.Runtime.JavaExtensions\JSystem.cs" />
     86     <Compile Include="Antlr.Runtime.JavaExtensions\LexerExtensions.cs" />
     87     <Compile Include="Antlr.Runtime.JavaExtensions\StringExtensions.cs" />
     88     <Compile Include="Antlr.Runtime.JavaExtensions\StringTokenizer.cs" />
     89     <Compile Include="Antlr.Runtime.Misc\DoubleKeyMap.cs" />
     90     <Compile Include="Antlr.Runtime.Misc\FastQueue.cs" />
     91     <Compile Include="Antlr.Runtime.Misc\LookaheadStream.cs" />
     92     <Compile Include="Antlr.Runtime.Tree\BufferedTreeNodeStream.cs" />
     93     <Compile Include="Antlr.Runtime.Tree\TreeFilter.cs" />
     94     <Compile Include="Antlr.Runtime.Tree\TreeIterator.cs" />
     95     <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
     96     <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
     97     <Compile Include="Antlr.Runtime\BufferedTokenStream.cs" />
     98     <Compile Include="Antlr.Runtime\CharStreamConstants.cs" />
     99     <Compile Include="Antlr.Runtime\GrammarRuleAttribute.cs" />
    100     <Compile Include="Antlr.Runtime\IAstRuleReturnScope`1.cs" />
    101     <Compile Include="Antlr.Runtime\ITokenStreamInformation.cs" />
    102     <Compile Include="Antlr.Runtime\LegacyCommonTokenStream.cs" />
    103     <Compile Include="Antlr.Runtime\TokenConstants.cs" />
    104     <Compile Include="Antlr.Runtime\UnbufferedTokenStream.cs" />
    105     <Compile Include="AssemblyInfo.cs" />
    106     <Compile Include="Antlr.Runtime\BitSet.cs" />
    107     <Compile Include="Antlr.Runtime\ICharStream.cs" />
    108     <Compile Include="Antlr.Runtime\CharStreamState.cs" />
    109     <Compile Include="Antlr.Runtime\ClassicToken.cs" />
    110     <Compile Include="Antlr.Runtime\CommonToken.cs" />
    111     <Compile Include="Antlr.Runtime\DFA.cs" />
    112     <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
    113     <Compile Include="Antlr.Runtime\FailedPredicateException.cs" />
    114     <Compile Include="Antlr.Runtime\IIntStream.cs" />
    115     <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" />
    116     <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" />
    117     <Compile Include="Antlr.Runtime\MismatchedSetException.cs" />
    118     <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" />
    119     <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" />
    120     <Compile Include="Antlr.Runtime\NoViableAltException.cs" />
    121     <Compile Include="Antlr.Runtime\Parser.cs" />
    122     <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" />
    123     <Compile Include="Antlr.Runtime\RecognitionException.cs" />
    124     <Compile Include="Antlr.Runtime\RuleReturnScope.cs" />
    125     <Compile Include="Antlr.Runtime\ITokenSource.cs" />
    126     <Compile Include="Antlr.Runtime\MissingTokenException.cs" />
    127     <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" />
    128     <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" />
    129     <Compile Include="Antlr.Runtime.Collections\HashList.cs" />
    130     <Compile Include="Antlr.Runtime.Collections\StackList.cs" />
    131     <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" />
    132     <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" />
    133     <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" />
    134     <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" />
    135     <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" />
    136     <Compile Include="Antlr.Runtime.Tree\ITree.cs" />
    137     <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" />
    138     <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" />
    139     <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" />
    140     <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" />
    141     <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" />
    142     <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
    143     <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" />
    144     <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" />
    145     <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" />
    146     <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" />
    147     <Compile Include="Antlr.Runtime\Constants.cs" />
    148     <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" />
    149     <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" />
    150     <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" />
    151     <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" />
    152     <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" />
    153     <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" />
    154     <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" />
    155     <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" />
    156     <Compile Include="Antlr.Runtime.Debug\Profiler.cs" />
    157     <Compile Include="Antlr.Runtime.Debug\Tracer.cs" />
    158     <Compile Include="Antlr.Runtime.Misc\Stats.cs" />
    159     <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" />
    160     <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" />
    161     <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" />
    162     <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" />
    163     <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" />
    164     <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" />
    165     <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" />
    166     <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" />
    167     <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" />
    168     <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" />
    169     <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" />
    170     <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" />
    171     <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" />
    172     <Compile Include="Antlr.Runtime\BaseRecognizer.cs" />
    173     <Compile Include="Antlr.Runtime\CommonTokenStream.cs" />
    174     <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" />
    175     <Compile Include="Antlr.Runtime\IToken.cs" />
    176     <Compile Include="Antlr.Runtime\ITokenStream.cs" />
    177     <Compile Include="Antlr.Runtime\Lexer.cs" />
    178     <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" />
    179     <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" />
    180     <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" />
    181   </ItemGroup>
    182   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    183   <PropertyGroup>
    184     <PreBuildEvent>
    185     </PreBuildEvent>
    186     <PostBuildEvent>
    187     </PostBuildEvent>
    188     <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
    189     <RootNamespace>Antlr.Runtime</RootNamespace>
    190   </PropertyGroup>
    191 </Project>